github.com/klauspost/compress/zstd.fseDecoder.stateTable (field)

3 uses

	github.com/klauspost/compress/zstd (current package)
		fse_decoder.go#L41: 	stateTable [256]uint16
		fse_decoder.go#L204: 	fatalErr(binary.Read(r, binary.LittleEndian, &s.stateTable))
		fse_decoder_amd64.go#L37: 		stateTable: &s.stateTable[0],